- Colors are very important for the graphical visualization of the results of a data analysis
- There are 657 colors that are defined in R using color names
– Obtained using the colors() command in R
head(colors(), n=4)
[1] "white" "aliceblue" "antiquewhite" "antiquewhite1"
- Some of these color names in R include exotic sounding ones such as 'steelblue1', 'thistle', 'mintcream' and so on! But how do these colors actually look?
- This 'Show R colors' Shiny app can be used to quickly visulize how the named colors in R look onscreen